home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue45 / DCOM / DemoEmptyDLL / EmptyDLL.dpr < prev    next >
Encoding:
Text File  |  1998-09-15  |  70 b   |  8 lines

  1. library EmptyDLL;
  2.  
  3. uses Windows;
  4. {$R DemoAuto.tlb}
  5.  
  6. begin
  7. end.
  8.